HAL Generic Constants

group HAL_Def_Exported_Constants

Defines

HAL_CLK_ENABLE_NO 0U /*<! No clock activation in PPP */

HAL PPP clock model activation definition.

These defines are used inside each HAL_PPP_Init function to indicate the clock model to be used. This model is declared inside stm32c5xx_hal_conf.h like this:

#define USE_HAL_PPP_CLK_ENABLE_MODEL  HAL_CLK_ENABLE_XXXX

HAL_CLK_ENABLE_PERIPH_ONLY 1U /*<! PERIPH clock activation only */
HAL_CLK_ENABLE_PERIPH_PWR_SYSTEM 2U /*<! PERIPH clock activation including PWR and/or system */
HAL_MAX_DELAY 0xFFFFFFFFU
HAL_TICK_INT_LOWEST_PRIORITY ((1UL << __NVIC_PRIO_BITS) - 1UL)